home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / pc / builders / media / netacess / url41.dir / 00010_Script_10 < prev    next >
Text File  |  1996-08-15  |  294b  |  14 lines

  1. on exitFrame
  2.   if TheWeb(mCheckInstall) = 1 then
  3.     set the text of cast "ErrorReport" to "Wait..."
  4.     go to frame the Frame 
  5.   else
  6.     TheWeb(mBringToFront)
  7.   end if
  8.   
  9.   if TheWeb(mGetWebAccess) = 1 then
  10.     -- branch to AOL test case
  11.     go to frame "AOLTest"
  12.   end if
  13.   
  14. end